object fOptionsChannelDefaultsDlg: TfOptionsChannelDefaultsDlg Left = 302 Top = 146 BorderStyle = bsDialog Caption = 'fOptionsChannelDefaultsDlg' ClientHeight = 220 ClientWidth = 385 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lblChannelDefaults: TLabel Left = 24 Top = 29 Width = 600 Height = 20 AutoSize = False Caption = 'lblChannelDefaults' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblDefaultChannelUpdateFreq: TLabel Left = 24 Top = 103 Width = 139 Height = 13 Caption = 'lblDefaultChannelUpdateFreq' end object lblDefaultAutoPurgeMax: TLabel Left = 24 Top = 70 Width = 114 Height = 13 Caption = 'lblDefaultAutoPurgeMax' end object lblDefaultAutoPurgeMaxItems: TLabel Left = 270 Top = 70 Width = 52 Height = 13 Caption = 'news items' end object lblDefaultChannelUpdateFreqMinutes: TLabel Left = 270 Top = 103 Width = 37 Height = 13 Caption = 'Minutes' end object bvlBottom: TBevel Left = 0 Top = 170 Width = 385 Height = 50 Align = alBottom Shape = bsTopLine end object txtDefaultAutoUpdateFreq: TnbNumberEdit Left = 190 Top = 98 Width = 47 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 Text = '5' OnKeyPress = txtKeyPress end object updDefaultAutoUpdateFreq: TUpDown Left = 237 Top = 98 Width = 16 Height = 21 Associate = txtDefaultAutoUpdateFreq Min = 5 Max = 9999 Position = 5 TabOrder = 3 OnClick = updClick end object txtDefaultAutoPurgeMax: TnbNumberEdit Left = 190 Top = 66 Width = 48 Height = 21 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 4 ParentFont = False TabOrder = 0 Text = '100' OnKeyPress = txtKeyPress end object updDefaultAutoPurgeMax: TUpDown Left = 238 Top = 66 Width = 16 Height = 21 Associate = txtDefaultAutoPurgeMax Min = 1 Max = 9999 Position = 100 TabOrder = 1 OnClick = updClick end object btnOK: TButton Left = 212 Top = 184 Width = 75 Height = 25 Caption = 'btnOK' Default = True TabOrder = 4 OnClick = btnOKClick end object btnCancel: TButton Left = 296 Top = 184 Width = 75 Height = 25 Cancel = True Caption = 'btnCancel' ModalResult = 2 TabOrder = 5 end end